home *** CD-ROM | disk | FTP | other *** search
- object frmProgress: TfrmProgress
- Left = 360
- Top = 342
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Please wait...'
- ClientHeight = 47
- ClientWidth = 390
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EscapeLabel: TTntLabel
- Left = 8
- Top = 32
- Width = 377
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Press escape to cancel the operation.'
- Visible = False
- end
- object Label1: TTntLabel
- Left = 8
- Top = 8
- Width = 377
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label1'
- Visible = False
- end
- object ProgressBar: TTntProgressBar
- Left = 8
- Top = 8
- Width = 377
- Height = 16
- TabOrder = 0
- end
- end
-